MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: An Architect is documenting the technical design for a single B2C Commerce storefront. The Client has a business requirement to provide pricing that is customized to specific groups:* 50 different pricing groups of customers* 30 different pricing groups of employees* 10 different pricing groups of vendorsWhich items should the Architect include in the design in order to set applicable price books based on these requirements'' Choose 2 answers
Question2: A Client has automated builds that deploy the code; however, recent builds started failing with compilation issues, which are not reproducible in developer's environment.Whet first step needs to be taken to identify and fix the issue?
Question3: The Client identifies that a segment of customers need to see some products on the site that other customers should not be able to access. All products are maintained within one catalog but in separate categories. A custom attribute will be used on the Profile system object to identify customers that belong to this special segment. A customer group will be made that is qualified for by this Profile custom attribute. The storefront will be customized to include navigation to relevant categories for this customer group.Unfortunately during technical review the Client points out that the business teams have raised a concern with maintenance and want to use a shared navigation within the catalog and not use separate categories.Which item should the Architect suggest to efficiently fulfil this new requirement while maintaining scalability?
Question4: Northern Trail Outfitters (NTO) Just went live after migrating its online shop to B2C Commerce from a custom eCommerce platform. NTO now needs to migrate its orders NTO cannot provide a B2C Commerce feed, but a custom export We from its current eCommerce site.What are the correct steps to migrate these orders to B2C Commerce?
Question5: A new dent is moving from their existing ecommerce platform to B2C Commerce. They have an existing service that connects to the Email Marketing System. The endpoint of the service can directly parse the data posted by the customer from the Storefront page for marketing materials subscriptions. it if required that the service implementation on the B2C Commerce site supports authentication and encoding.What type should the Architect document this new service as?
Question6: The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.An Architect analyzes the following proposed solution:Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.Which two risks should the Architect communicate to the Client about this solution?Choose 2 answers
Question7: A B2C Commerce Developer has just finished implementing a new promotion code form on checkout. During review, an Architect notes that the form it not using CSRF validation correctly.Which two options are best practice recommendations for dealing with CSRF validation? Choose 2 answers
Question8: An ecommerce site has dynamic shipping cost calculation. it allows the customers to see their potential shipping costs on the Product Detail Page before adding an item to the cart.For this feature, shipping touts are calculated using the following logic:* Set the shipping method on the Basket* Add the item to the basket, calculate the basket total and get the shipping cost for this method* Remove the item from the Basket to restore the original state* The above process is repeated for each shipping methodDuring the testing it was discovered that the above code violates the spi.basket.addResolveInSameResquest quota.What should the Architect do to resolve this issue and maintain the business requirement?
Question9: During load testing, a third party service is constantly failing to respond in a timely manner on the Product Listing Page. The page is not affected at it is collecting data with the server side call, however the loading time b increasing.Which two recommendations should the developer take in order to minimize the risk and Improve the loading time?Choose 2 answers
Question10: Northern Trail Outfitters (NTO) Just went live after migrating its online shop to B2C Commerce from a custom eCommerce platform. NTO now needs to migrate its orders NTO cannot provide a B2C Commerce feed, but a custom export We from its current eCommerce site.What are the correct steps to migrate these orders to B2C Commerce?
Question11: The client provided these business requirements:* The B2C Commerce storefront will integrate with the client's Order Management System (OMS).* The storefront will provide reel-time order export of successfully pieced orders The OMS supports both web service export end SFTP batch order export, but the client has expressed concern about the availability of the OMS.Which two solutions satisfy the requirements and address the OMS reliability concern?Choose 2 answers
Question12: The Client wishes to implement a third party integration that allows for free shipping If the customer Is a member of the third party service. When the customer's order is exported to the Order Management System (OMS) it also creates a custom object in order to track additional data before sending that order data to the third-party service as well.What technical concern should the Architect raise to protect performance and stability of the site1?
Question13: A third party survey provider offers both an API endpoint for individual survey data and an SFTP server endpoint that can accept batch survey dat a. The initial implementation of the integration includes1. Marking the order as requiring a survey before order placement2. On the order confirmation pace, the survey form is displayed for the customer to fill3. The data is sent to the survey provider API, and the order it marked as not requiring a survey Later it was identified that this solution is not fit for purpose as the following issues and additional requirements were identified:1. If the API call fails, the corresponding survey data is lost. The Business requires to avoid data loss.2. Some customers skipped the form. The Business require sending a survey email to such customers.3. The Order Management System (OMS) uses a non-standard XML parser it did not manage to parse orders with the survey, until the survey attribute was manually removed from the xml.How should the Architect address the issues and requirements described above?
Question14: The Client is planning to switch to a new Payment Service Provider (PSP). They have approached an Architect to understand the time and effort to Integrate the new PSP The PSP offers a LINK cartridge compatible with SiteGenesis Pipelines, but the Client's website is build on Controllers.Which two options should the Architect take into consideration before starting analysis? Choose 2 answers
Question15: The storefront integrates with a REST based Address verification service (AVS) that uses token based security. The sequence of calls in the API documentation for this AVS looks like the following1. Client authentication call, which contains the merchantId and secret in a GET request and returns a token in the response.2. Address verification call, which contains the token and the address to verify in a POST request.Once the token is obtained, it is valid for hours and it is not needed to request a new one for subsequent address verification calls, the AVS charges for every request made no matter if it is client authentication call or address verification call.Which three strategies could be applied to allow for efficient use of the service without compromising security? Choose 3 answers
Question16: During a load test the storefront shows steady but slow performance on all the paces being tested. The Architect opens Pipeline Profiler and sorts the data by *total time" column. The following come as the top Ave items:Which controller should the Architect focus on to further investigate the performance issue?
Question17: A company manages its regional operations as separate businesses. The regional sites (Site A and Site B) operate with:* Separate realms* Deferent code bates* Different category navigation menus* Frequent updates on category structureThe requirement from the business is to provide hreflang link tags on category pages pointing to the same category on the other regional site. Example MTML for one of these links as displayed on Site A is:Which solution should the Architect choose while keeping performance in mind?
Question18: A company that is a shoe-producer is doing Salesforce B2C Commerce implementation. In their Enterprise Resource Warning (ERP) system, the products are marked as being one of three types: boots, sandals, and sneakers. The business requirements based on the type are:* The messaging on Product Detail page is different* Customers are able to filler their Product Search ResultsThe customer's operations team asks about the format in which to send this value in the catalog.Which data type should the Architect specify for this attribute In the Data Mapping document?
Question19: The development team is building a complex LINK cartridge for a hosted checkout solution. The provider s database is used as a single source of truth, but the information in the Basket on B2C Commerce side needs to be synchronized. This is implemented asynchronously the back end when the customers interact will the hosted checkout page and change their shipping/biding details.As an Architect you have to advise the development team with how to implement the logging to ensure that there will be a mechanism available to allow troubleshooting in the case something goes wrong on production.Which solution should the Architect suggest?
Question20: A developer is validating the pipeline cache and noticed that the PDP page is very low cached. The one parameter is snowing the position on the product fisting page upon checking the site and code.What should the developer adjust in order to improve the page cache hit ratio, keeping in mind that the client is Insisting on the parameter for their analytics?
Question21: A client receives multiple feeds from third parties on the same SFTP location:* Product prices (sftp: prod/prices)* Stores information (sftp: prod/stores;* Product information (sftp: prod/catalog)* Categories information (sftp: prod/marketing)* Content (sftp: prod/marketing)Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system.The Architect decides to have only two jobs:* One that checks and downloads available feeds every hour* One that imports the files from Webdav once a day before the data replication, using the standards steps available in the Job Framework Which design is correct for the import Job, taking the steps scope in consideration?